home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-19 / dc25h-2.zip / README.BAT < prev   
DOS Batch File  |  1991-06-20  |  3KB  |  63 lines

  1. ECHO OFF
  2. CLS
  3. REM  Copyright (c) 1986 - 1991 by Daniel H. Hudgins, All Rights Reserved
  4. REM  File README.BAT for use with DANCAD3D.COM v2.5H
  5.  
  6. ECHO DANCAD3D by Daniel H. Hudgins, 466 Diamond St., San Francisco, CA 94114, U.S.A.
  7. ECHO .
  8. ECHO To use DANCAD3D v2.5 you need this hardware:
  9. ECHO * 512KB to 640KB DOS memory, 400KB or more of it as free memory.
  10. ECHO * A CGA, Color Graphics Adapter video board or
  11. ECHO * A EGA, Enhanced color Graphics Adapter video board or
  12. ECHO * A Hercules (tm), Monochrome Graphics Card type video board.
  13. ECHO * A Hard-Disk or RAM disk with more than 2MB of free disk space.
  14. ECHO * DOS 2.1 or higher and a fully IBM compatible computer.
  15. ECHO .
  16. ECHO Make a back-up copy of these five 360KB disks or three 720KB disks.
  17. ECHO Enter COPY A:*.* B: with the blank formatted disk in drive B: 
  18. ECHO and one of the five DANCAD3D disks in the A: drive.
  19. ECHO .
  20. ECHO To print the DANCAD3D.DOC information file: 
  21. ECHO Put the disk number four (4 of 5) in drive A:, then enter A:, then
  22. ECHO PRINTDOC DANCAD3D.DOC LPT1  (For the parallel printer port.)
  23. ECHO or
  24. ECHO PRINTDOC DANCAD3D.DOC COM1  (Use DOS MODE to set up the serial printer port.)
  25. ECHO .
  26. ECHO The DANCAD3D.DOC has information to get you started using DANCAD3D.  
  27. ECHO .
  28. ECHO .
  29. PAUSE
  30.  
  31. CLS
  32. ECHO    To install DANCAD3D on your  HARDDISK  enter  INSTALL A C, where  C  is the
  33. ECHO letter for your harddisk and  A  is the letter  for the floppy drive  you will
  34. ECHO be putting the  DANCAD3D  disks in, or  INSTALL B C  if you need to use floppy
  35. ECHO drive B.  You can use Harddisk D in place of C if you want to also.
  36. ECHO .
  37. ECHO     To run one of the demos that are on the disk enter DEMO1 after you install
  38. ECHO DANCAD3D on your harddisk.  There are other example MACRO files on the  set of
  39. ECHO disks  that  come with the manuals.  They include  some  that  show you how to
  40. ECHO animate a robot,  some mechanical simulations,  and a macro that  demonstrates
  41. ECHO DANCAD3D v2.5's ability to animate mathematical formulas.  
  42. ECHO .
  43. ECHO     Enter DANCAD3D to start the program.  Press [T]utor from its main menu  to
  44. ECHO read  some  help  screens.  Press [D]raw from the main menu to draw.  When you
  45. ECHO run the program for the first time it will ask you for the video mode you want
  46. ECHO it  to  use.  If  you  do  not know what type of video board you have read the
  47. ECHO instruction  book  that  came  with  your  computer.  Be  sure  and  read  the
  48. ECHO disclaimer in the file DANCAD3D.DOC before you run the program.  
  49. ECHO .  
  50. ECHO .  
  51. PAUSE 
  52.  
  53. CLS
  54. TYPE DISK5OF5.DOC
  55. PAUSE
  56.  
  57. CLS
  58. ECHO .
  59. ECHO     Enter  DEMO1  to  see the demo run.  To run  DANCAD3D  when you  turn your
  60. ECHO computer on again enter CD DC25 then enter DANCAD3D.
  61. ECHO .
  62.  
  63.